better deprecation notes
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 08:22:00 +0000 (08:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 08:22:00 +0000 (08:22 +0000)
svn path=/trunk/; revision=21826

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkcombo.sgml
docs/reference/gtk/tmpl/gtktooltips.sgml

index 03f77089e11aa454d33697746c3521f8434765a8..3688b4c07ff6b583331c218521e18f396177b244 100644 (file)
@@ -1,5 +1,8 @@
 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtktooltips.sgml:
+       * gtk/tmpl/gtkoptionmenu.sgml:
+       * gtk/tmpl/gtkcombo.sgml:
        * gtk/tmpl/gtkwindow.sgml:
        * gtk/tmpl/gtkwidget.sgml:
        * gtk/tmpl/gtktogglebutton.sgml:
index 2f291fdc966e23b35bcfa94e4c51009b3d327990..85e4d09eef1de69a7b8e28911daa471103fd29c7 100644 (file)
@@ -24,7 +24,7 @@ arrow (cursor) keys, though this behaviour can be turned off with
 gtk_combo_set_use_arrows().
 </para>
 <para>
-As of GTK+ 2.4, #GtkCombo has been deprecated in favor of #GtkComboBox.
+As of GTK+ 2.4, #GtkCombo has been deprecated in favor of #GtkComboBoxEntry.
 </para>
 
 <example id="gtkcombo-simple-example">
index 2b32138556cbf3ec0746383504ac103181ae0baa..41ce78e567f1c1d43a87223f0993b606e1e6d3df 100644 (file)
@@ -6,8 +6,8 @@ Add tips to your widgets
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-<link linkend="GtkToolTips"><type>GtkTooltips</type></link> has been deprecated in GTK+ 2.12, in favor of the new
-<link linkend="GtkToolTip"><type>GtkTooltip</type></link> API.
+#GtkTooltips has been deprecated in GTK+ 2.12, in favor of the new
+#GtkTooltip API.
 </para>
 <para>
 Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a short amount of time. They are especially helpful for adding more verbose descriptions of things such as buttons in a toolbar.